getChatLogs

fun getChatLogs(): Flow<List<ChatLog>>

Retrieves all chat logs from the remote data source as a flow. The logs are emitted in real-time as changes occur in the Firestore collection.

Return

A Flow of lists of ChatLog objects.